home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1526 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.0 KB

  1. Path: news.lpr.carel.fi!usenet
  2. From: aril@cmt.lpr.mail.carel.fi (Ari Lukumies)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help!!! No outport, outportb in BC++4.5 /Win32???
  5. Date: Thu, 11 Jan 1996 14:25:28 GMT
  6. Organization: Carelcomp Forest Oy
  7. Message-ID: <4d3719$kqp@tahko.lpr.carel.fi>
  8. References: <4d2g4p$8t4@newsserver.rrzn.uni-hannover.de>
  9. NNTP-Posting-Host: renoir.cclahti.carel.fi
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. wulff@nwfs.rz.fh-hannover.de (Stefan Wulff) wrote:
  13.  
  14. >It seems that there aren't the commands outport, outportb,... or 
  15. >something like this in BC++4.5 for Win32.
  16. >But i need them.
  17. >Please give me an advice!
  18. >Thanks.
  19. >Stefan.
  20.  
  21. Win32 is a secured OS. Among other things, this means that you cannot
  22. write directly to any I/O ports, because that might interfere with the
  23. system's overall stability and drivers already using those ports. One
  24. way of getting access to them is to write your own device driver,
  25. which alas is quite a task. And, you'll need the Win32 DDK for doing
  26. it.
  27.  
  28. Later,
  29. AriL
  30.  
  31. All my opinions are mine and mine alone.
  32.  
  33.